cssstyle: Split into GtkCssStyle and GtkCssAnimatedStyle
authorBenjamin Otte <otte@redhat.com>
Thu, 23 Oct 2014 02:10:03 +0000 (04:10 +0200)
committerBenjamin Otte <otte@redhat.com>
Wed, 7 Jan 2015 13:26:46 +0000 (14:26 +0100)
commit4168e0385efd9231731ed35b96ce58bafc3eb03f
tree1b43a6658abd650fce4f1eb1a4a17dd16d0098d6
parent572f46067f44da99e9ee0ea3210e1c0fac148928
cssstyle: Split into GtkCssStyle and GtkCssAnimatedStyle

GtkCssStyle is the base class to be used for all types of styles that do
exist.

GtkCssAnimatedStyle is the only implementation so far, that is exactly a
copy/paste of the old GtkCssStyle code.
12 files changed:
gtk/Makefile.am
gtk/gtkcssanimatedstyle.c [new file with mode: 0644]
gtk/gtkcssanimatedstyleprivate.h [new file with mode: 0644]
gtk/gtkcssanimation.c
gtk/gtkcsslookup.c
gtk/gtkcsslookupprivate.h
gtk/gtkcssstyle.c
gtk/gtkcssstyleprivate.h
gtk/gtkcsstransition.c
gtk/gtkstyleanimation.c
gtk/gtkstyleanimationprivate.h
gtk/gtkstylecontext.c